POST /DataCube/Schedule/{id}/

Creates a scheduled task for storing the data cube in the warehouse or in-memory.
 

Request

Method Request URI
POST /API/DataCube/Schedule/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the data cube to build the warehouse on.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.StorageOptions

Response

Response Body

A status code indicating success or the reason for failure.